4D Chart v13

CT SET LINES ATTRIBUTES

Home

 
4D Chart v13
CT SET LINES ATTRIBUTES

CT SET LINES ATTRIBUTES 


 

CT SET LINES ATTRIBUTES ( area ; objects ; patterns ; colors ; lineWidths ) 
Parameter Type   Description
area  Longint in 4D Chart area
objects  Longint array in List of object ID numbers
patterns  Integer array in List of pattern numbers
colors  Longint array in List of color values
lineWidths  Real array in List of line widths (in points)

The CT SET LINES ATTRIBUTES command acts like the CT SET LINE ATTRIBUTES command, except that it applies to a list of objects. In the objects parameter, you pass a long integer array that contains a list of the ID numbers of objects for which you want to set attributes.

The CT SET LINES ATTRIBUTES command sets the attributes of the line specified by area and objects. The patterns, colors and lineWidths parameters are arrays containing the corresponding attributes.

For more information, refer to the CT SET LINE ATTRIBUTES command.

Example  

See the example for the CT SET FILL ATTRIBUTES command.

 
PROPERTIES 

Product: 4D Chart
Theme: CT Objects
Number: 14617

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 6.0.5

 
SEE ALSO 

CT SET CHART LINE ATTRIBUTES
CT SET FILL ATTRIBUTES
CT SET LINE ATTRIBUTES